# Read an SBML file
file <- system.file("sbml", "GlycolysisLayout.xml", package = "rsbml")
doc <- rsbml_read(file)
# Read an SBML string
string <- paste(readLines(file),collapse="\n")
doc <- rsbml_read(text = string)
Run the code above in your browser using DataLab